projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b1e30d
)
(load-save-place-alist-from-file): Delete spurious t's.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 28 Jan 1997 22:22:10 +0000
(22:22 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 28 Jan 1997 22:22:10 +0000
(22:22 +0000)
lisp/saveplace.el
patch
|
blob
|
history
diff --git
a/lisp/saveplace.el
b/lisp/saveplace.el
index 364e766dcb016c916a0719e3b39bf729a8d69d6d..95a7eb550f15ce27077d053a57fe41dd15c677b5 100644
(file)
--- a/
lisp/saveplace.el
+++ b/
lisp/saveplace.el
@@
-179,9
+179,7
@@
To save places automatically in all files, put this in your `.emacs' file:
(setq s (cdr s))))))
(kill-buffer (current-buffer))
- (message "Loading places from %s...done" file)
- t)
- t)
+ (message "Loading places from %s...done" file)))
nil))))
(defun save-places-to-alist ()